home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2004 February / PC Advisor February 2004.iso / trial / Dolphin / 044UD3521.exe / Sam / cbsam / TCB00001.INI < prev    next >
INI File  |  2003-04-03  |  5KB  |  273 lines

  1. ; SAM driver prompt file for 00001 USA English
  2. ; for Tieman Combibraille
  3.  
  4. ;The character sets specify the set of speakable characters for a given language ROM.
  5. ;All are enclosed in double quote characters
  6.  
  7. ;Note, codepage is now ignored, all characters are taken as being from the
  8. ;ANSI character set (cp 1252). For unicode chars outside this range,
  9. ;enter \xxxx where xxxx is the four digit hexadecimal value of the char,
  10. ;for example, Greek lower case alpha is \03b1.
  11. ;This scheme applies to all prompts, not just charsets
  12.  
  13. [charset_437]
  14.  
  15. ;text contains all the characters that make up words
  16. text="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz─╟╔╤╓▄αßΓΣτΦΘΩδ∞φε∩±≥≤⌠÷∙·√ⁿ "
  17.  
  18. ;modifiers never produce sound themselves but modify the sounds of other chars
  19. mod=" !',.:;?\02bc"
  20.  
  21. ;spelt chars are those which are ALWAYS spelt by the driver
  22. spell="\0022#$%&()*+-/<=>@[\005c]^_`{|}~ú╝╜"
  23.  
  24. ; Any characters above that will not correctly spell
  25. ; using the synth's @P1 command should be included below
  26. ; If space does not appear below it will be replaced with "@S1 @S0" by the driver
  27. spellreplace0=" SPACE"
  28. spellreplace1="'APOSTROPHE"
  29. spellreplace2="@AT"
  30. spellreplace3="aAY"
  31. spellreplace4="AAY"
  32. spellreplace5="_UNDERSCORE"
  33.  
  34. [language] ; ROM descriptions
  35. L00001="U S English"
  36. L00007="Russian"
  37. L01007="Russian"
  38. L00020="Arabic"
  39. L00030="Greek"
  40. L00031="Dutch"
  41. L00033="French"
  42. L00034="Castillian Spanish"
  43. L10034="Catalan"
  44. L00036="Hungarian"
  45. L00038="Serbo-Croat (codepage 852)"
  46. L10038="Croatian (codepage 437)"
  47. L00039="Italian"
  48. L00040="Romanian"
  49. L00042="Czech"
  50. L01042="Czech"
  51. L10042="Slovak"
  52. L11042="Slovak"
  53. L00044="UK English"
  54. L10044="Welsh"
  55. L00045="Danish"
  56. L00046="Swedish"
  57. L00047="Norwegian"
  58. L00048="Polish"
  59. L00049="German"
  60. L00052="Latin American Spanish"
  61. L00055="Brazilian Portuguese"
  62. L00060="Malay"
  63. L00062="Indonesian"
  64. L00064="Maori"
  65. L00081="Japanese"
  66. L00090="Turkish"
  67. L00091="Hindi"
  68. L00245="Swahili"
  69. L00351="Portuguese"
  70. L00353="Irish"
  71. L00354="Icelandic"
  72. L00356="Maltese"
  73. L00358="Finnish"
  74. L00359="Bulgarian"
  75. L00370="Lithuanian"
  76. L00386="Slovene"
  77. L00972="Hebrew"
  78. L07095="Russian"
  79. L00000="Unrecognised Language Rom"
  80.  
  81. [slots]    ; for v1 ROMS when we can't read the language table
  82. L0="Rom Slot 1"
  83. L1="Rom Slot 2"
  84. L2="Rom Slot 3"
  85. L3="Rom Slot 4"
  86. L4="Rom Slot 5"
  87. L5="Rom Slot 6"
  88. L6="Rom Slot 7"
  89.  
  90. [speakertable]
  91. P0="Male"
  92. P1="Non Male"
  93.  
  94. [hypermode]
  95. P0="Off"
  96. P1="On"
  97.     
  98. [voicesource]
  99. P0="Male default"
  100. P1="Female default"
  101. P2="Male spiked"
  102. P3="Female spiked"
  103. P4="Male cut down"
  104. P5="Female cut down"
  105. P6="Male reduced high frequency"
  106. P7="Female reduced high frequency"
  107.  
  108.  
  109. [params]    ;parameter descriptions
  110. LANGUAGE="Language"
  111. SPEED="Speed"
  112. VOLUME="Volume"
  113. PITCH="Pitch"
  114. PROSODY="Prosody"
  115. VOICING="Voicing"
  116. WORDPAUSE="Word Pause"
  117. PHRASEPAUSE="Phrase Pause"
  118. HYPERMODE="Hypermode"
  119. MSRATIO="Mark Space Ratio"
  120. VOICESOURCE="Voice Source"
  121. SPEAKERTABLE="Speaker Table"
  122.  
  123. [voices]
  124. V0=Paul
  125. V1=Harry
  126. V2=Frank
  127. V3=Dennis
  128. V4=Betty
  129. V5=Wendy
  130. V6=Rita
  131.  
  132. [buttons]
  133. B00=T1
  134. B01=T2
  135. B02=T3
  136. B03=T4
  137. B04=T5
  138. B05=B6
  139. B06=B5
  140. B07=B4
  141. B08=B1
  142. B09=B2
  143. B10=B3
  144.  
  145. [number rules]
  146. >9 digits split=
  147. /000000000thousand million=
  148. /0000000++thousand million=
  149. /000++++??thousand million,=
  150. /0++??????thousand=
  151. /+????????thousand,=
  152.  
  153. >6 digits split=
  154. /000000million=
  155. /0000++million=
  156. /++++??million,=
  157.  
  158. >3 digits split=
  159. /000thousand=
  160. /0++thousand=
  161. /+??thousand,=
  162.  
  163. >2 digits split=
  164. /00hundred=
  165. /++hundred=
  166.  
  167.  
  168. ;
  169. ;  the [number replace] section must either contain 10 or 100 entries
  170. ;  for the replacement of 0 to 9 or the replacement of 0 to 99
  171. [number replace]
  172. zero=
  173. one=
  174. two=
  175. three=
  176. four=
  177. five=
  178. six=
  179. seven=
  180. eight=
  181. nine=
  182. ten=
  183. eleven=
  184. twelve=
  185. thirteen=
  186. fourteen=
  187. fifteen=
  188. sixteen=
  189. seventeen=
  190. eighteen=
  191. nineteen=
  192. twenty=
  193. twenty one=
  194. twenty two=
  195. twenty three=
  196. twenty four=
  197. twenty five=
  198. twenty six=
  199. twenty seven=
  200. twenty eight=
  201. twenty nine=
  202. thirty=
  203. thirty one=
  204. thirty two=
  205. thirty three=
  206. thirty four=
  207. thirty five=
  208. thirty six=
  209. thirty seven=
  210. thirty eight=
  211. thirty nine=
  212. forty=
  213. forty one=
  214. forty two=
  215. forty three=
  216. forty four=
  217. forty five=
  218. forty six=
  219. forty seven=
  220. forty eight=
  221. forty nine=
  222. fifty=
  223. fifty one=
  224. fifty two=
  225. fifty three=
  226. fifty four=
  227. fifty five=
  228. fifty six=
  229. fifty seven=
  230. fifty eight=
  231. fifty nine=
  232. sixty=
  233. sixty one=
  234. sixty two=
  235. sixty three=
  236. sixty four=
  237. sixty five=
  238. sixty six=
  239. sixty seven=
  240. sixty eight=
  241. sixty nine=
  242. seventy=
  243. seventy one=
  244. seventy two=
  245. seventy three=
  246. seventy four=
  247. seventy five=
  248. seventy six=
  249. seventy seven=
  250. seventy eight=
  251. seventy nine=
  252. eighty=
  253. eighty one=
  254. eighty two=
  255. eighty three=
  256. eighty four=
  257. eighty five=
  258. eighty six=
  259. eighty seven=
  260. eighty eight=
  261. eighty nine=
  262. ninety=
  263. ninety one=
  264. ninety two=
  265. ninety three=
  266. ninety four=
  267. ninety five=
  268. ninety six=
  269. ninety seven=
  270. ninety eight=
  271. ninety nine=
  272.  
  273.